Skip to content

adiyansahcode/laravel-9-datatables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 9 Datatables

simple CRUD project created with laravel v9 with datatables

Requirements

no name version
1 nginx *
2 php >= 8.0
3 laravel 9
4 mariaDB >= 10

Installation

  • clone this project
  • Create .env file cp .env.example .env
  • edit config database and mail in .env file
  • Install composer package composer install or composer update
  • Install npm package npm install or npm update
  • Run laravel Mix npm run dev or npm run production
  • create key and create storage
php artisan key:generate
php artisan storage:link
  • for optimize server production composer run-script optimize-prod
  • for optimize server development composer run-script optimize-dev
  • run Migration and Seeder php artisan migrate:fresh --seed
  • run server with php artisan
php artisan serve --port=8080
  • run server with php native
php -S 127.0.0.1:8080 -t public
  • done, just try run your project in browser to http://127.0.0.1:8080
  • nginx server is recommended

Function List

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy