Projects with this topic
-
Laravel Telescope is an elegant debug assistant for the Laravel framework. Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, ...
Updated -
Веб-приложение для ведения расписания Рязанского колледжа электроники
Updated -
-
Laravel web application for connecting citizens/lawyers. User registration. Crud both user groups. Separated authorization. Meeting arrangements board list. Status calendar updates. Rest API consuming/saving/exposing.
Updated -
Simple system that has purchase, sales, inventory features for companies that support multi users with multi role permissions.
Updated -
-
Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.
Updated -
Web application to handle eBooks. Deploy on https://bookshelves.ink.
Updated -
Laravel version of the AI Museum showcase site
Updated -
N30N CMS' slideshow module.
Updated -
PHP-FPM Docker image extended for Laravel applications
Updated -
GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.
Updated -
-
-
Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your machine. Instead, Dusk uses a standalone Chromedriver.
Updated -
A simple way to start your Vue-Laravel-spa projects — a vue-laravel-spa boilerplates generator.
Updated -
Fast deployment, easy configurable admin panel for Laravel
Updated -
Sistem absensi untuk keluar masuk asrama polbangtan
Updated -
Prerequisites:
Git: Git is a version control system used for tracking changes in source code during software development. Make sure Git is installed on your system. You can download Git from https://git-scm.com/ and follow the installation instructions for your operating system.
PHP: Laravel requires PHP to be installed on your system. You need PHP version 7.3 or higher. You can check your PHP version by running php -v in your terminal.
Composer: Composer is a dependency manager for PHP and is used to install Laravel and its dependencies. You can download Composer from https://getcomposer.org/ and follow the installation instructions for your operating system.
Web Server: You'll need a web server to serve your Laravel application. While Laravel comes with a built-in development server, it's recommended that Apache or Nginx be used for production deployments.
Database: If the cloned project uses a database, make sure you have the required database management system (e.g., MySQL, PostgreSQL, SQLite) installed on your system.
Updated