Ayra Laravel Boilerplate is a Complete Build of Laravel 5.7 with Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system and theme management
-
Run
git clone https://github.com/ayrasys/ayra-laravel-boilerplate
-
Create a MySQL database for the project
mysql -u root -p
, if using Vagrant:mysql -u homestead -psecret
create database laravelAuth;
\q
-
cd ayra-laravel-boilerplate
-
cd local
-
run
cp .env.example .env
-
Configure your
.env
file -
php artisan key:generate
-
composer install
-
sudo chmod -R 775 storage //for linux
-
sudo chmod -R 775 bootrape //for linux
-
php artisan db:seed
contact : ajayit2020@gmail.com