Home page for iStoria.sa that you can download the app from it.
//Laravel App
- Clone the repository
git clone- Navigate to the project directory
cd iStoria- Install dependencies
composer install- Create a
.envfile
cp .env.example .env- Generate application key
php artisan key:generate- Set up the database
php artisan migrate- Seed the database (optional)
php artisan db:seed- Start the development server
php artisan serve