在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mrakodol/Laravel-5-Bootstrap-3-Starter-Site开源软件地址(OpenSource Url):https://github.com/mrakodol/Laravel-5-Bootstrap-3-Starter-Site开源编程语言(OpenSource Language):PHP 65.7%开源软件介绍(OpenSource Introduction):Laravel Framework 5.1 Bootstrap 3 Starter SiteStarter Site based on on Laravel 5.1 and Boostrap 3
Starter Site Features:
Requirements
How to install:
Step 1: Get the code - Download the repository
Extract it in www(or htdocs if you using XAMPP) folder and put it for example in laravel5startersite folder. Step 2: Use Composer to install dependenciesLaravel utilizes Composer to manage its dependencies. First, download a copy of the composer.phar. Once you have the PHAR archive, you can either keep it in your local project directory or move to usr/local/bin to use it globally on your system. On Windows, you can use the Composer Windows installer. Then run:
Step 3: Create databaseIf you finished first three steps, now you can create database on your database server(MySQL). You must create database with utf-8 collation(uft8_general_ci), to install and application work perfectly. After that, copy .env.example and rename it as .env and put connection and change default database connection name, only database connection, put name database, database username and password. Step 4: InstallFirstable need to uncomment this line "extension=php_fileinfo.dll" in php.ini file. This project makes use of Bower and Laravel Elixir. Before triggering Elixir, you must first ensure that Node.js (included in homestead) is installed on your machine.
Install dependencies listed in package.json with:
Retrieve frontend dependencies with Bower, compile SASS, and move frontend files into place:
Now that you have the environment configured, you need to create a database configuration for it. For create database tables use this command:
And to initial populate database use this:
If you install on your localhost in folder laravel5startersite, you can type on web browser:
Step 5: Start PageYou can now login to admin part of Laravel Framework 5 Bootstrap 3 Starter Site:
OR user
TroubleshootingRuntimeException : No supported encrypter found. The cipher and / or key length are invalid.
Site loading very slow
OR
LicenseThis is free software distributed under the terms of the MIT license Additional informationInspired by and based on andrew13's Laravel-4-Bootstrap-Starter-Site How Starter Site is look likeAdvanced alternativesIf you are interested in advanced starter sites where you can get 70+ admin pages, 20+ frontend pages with color schemes and a CRUD generator then visit below links |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论