Giter Club home page Giter Club logo

hostinger-filament's Introduction

Mastering FilamentPHP v3 for Beginners

This repository is a collection of code that accompanies a video series on YouTube about FilamentPHP, a modern, open-source, and community-driven PHP framework. The video series covers various aspects of the framework, including installation, configuration, and usage.
• Twitter: @codewithdary
• Instagram: @codewithdary
• TikTok: @codewithdary
• Blog: @codewithdary
• Patreon: @codewithdary

Video Chapters

Chapter Title
1 Introduction & Setup FilamentPHP
2 How to Customize FilamentPHP its Theme to Your Own
3 Building Our Ecommerce Migrations & Models
4 How to Build Resources in FilamentPHP
5 Resource Modifiers & Resource Filters in FilamentPHP
6 What are Actions & How to Use Them in FilamentPHP
7 Building Our Customer, Order & Category Resources in Filamentphp
8 How to Setup The Global Search in FilamentPHP
9 How to Customize The Navbar in FilamentPHP
10 How to Define Relationships in FilamentPHP
11 How to Create a Dashboard Using Widgets, Charts & Tables
12 Configure Plugins from FilamentPHP
13 How to Deploy a FilamentPHP Project on Hostinger

Simple Deploy Script

git pull
cp .env.example .env
php artisan key:generate
composer install --no-dev --optimize-autoloader
php artisan optimize
php artisan route:cache
php artisan cache:clear
php artisan migrate

.htaccess script

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

For more information about FilamentPHP, please visit the official website.

hostinger-filament's People

Contributors

codewithdary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.