Skip to content

Laravel 5.7.13 with useful package implementation

Notifications You must be signed in to change notification settings

ayrasys/ayra-laravel-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayra Laravel Boilerplate

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

Installation Instructions

  1. Run git clone https://github.com/ayrasys/ayra-laravel-boilerplate

  2. Create a MySQL database for the project

    • mysql -u root -p, if using Vagrant: mysql -u homestead -psecret
    • create database laravelAuth;
    • \q
  3. cd ayra-laravel-boilerplate

  4. cd local

  5. run cp .env.example .env

  6. Configure your .env file

  7. php artisan key:generate

  8. composer install

  9. sudo chmod -R 775 storage //for linux

  10. sudo chmod -R 775 bootrape //for linux

  11. php artisan db:seed

contact : ajayit2020@gmail.com

Releases

No releases published

Packages

No packages published

Languages