Laravel | Cookbook

Tutorials, Links

Erste Schritte

Erstellen einer ersten Anwendung

laravel new app --jet
cd app

Datenbankkonfiguraton anpassen in der Datei .env

DB_HOLST=

Datenbank erstellen

composer update 
php artisan key:generate
php artisan migrate

Livewire Komponenten hinzufügen

php artisan vendor:publish --tag=jetstream-views

Frontend erstellen

npm install
npm run dev
php artisan serve

Upgrade

composer self-update --2

Datenbanken

https://laravelarticle.com/laravel-ajax-datatable-crud

Controller

Visitor Count

https://postsrc.com/posts/how-to-implement-visitor-views-or-visitor-counter-in-laravel-application

Links

  • https://laravel-news.com/
  • https://laravel-news.com/learning-laravel-in-2021
  • https://laravel.com/docs/8.x
  • https://www.tutsmake.com/category/laravel-tutorial/
  • https://www.tutsmake.com/laravel-interview-questions-answers-for-1235-year-experience/
  • https://www.larashout.com/
  • https://learn2torials.com/category/laravel
  • https://eloquentbyexample.com/
  • https://laravel.com/docs/8.x/eloquent#introduction