- laravel 5.6
- Laravel-AdminLTE
- YuuLte lib
The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment. However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Clone or download from git
- Create empty database mysql Ex : yuuDB
- Copy .env.example to .env and fill the options.
- Run the following commands:
composer install
php artisan key:generate
- Use PHP's built-in development server to serve your application, you may use the serve Artisan command. Running laravel migration
php artisan migrate
- This command will start a development server at http://localhost:8000:
php artisan serve
#if you use Virtual Server
#php artisan serve --host=YourVirualIP --port=8000
#ex :
php artisan serve --host=192.168.1.20 --port=8000
username : admin@admin.com
password : password