yohanan
yohanan
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
Great. It's working now. I've tried to use TALL preset but after installing the ui the dashboard route for filament didn't work anymore, so mooving to this solution and css work now. Thanks for your help. Thanks you all.
24 replies
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
Sorry for this question, but this can be installed in the same project with filament ? As i said, i'm already using filament for backend.
24 replies
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
No
24 replies
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
no, i want it to be outside, no need to login. i just created a livewire component and called it via the web route.
24 replies
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
I'm using filament. Already build the backend with it. I need to show a livewire full-page component via a route to display for exemple a list of orders for kitchen. So, that's why.
24 replies
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
Yes, npm run dev. And also tried npm run build. Nothing changed.
24 replies
FFilament
Created by yohanan on 1/20/2025 in #❓┊help
Tailwind css not working on full-page livewire component
this not working too. i already had custom theme configured. applying style in theme.css do not work also.
24 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Facing another issue. I've to allow the others machine to access the app. So app is installed on a machine as server, and others machine have to access it on local network. I tried to edit the nginx configuration file for the app to set listen 127.0.0.1:80 to listen 80 as explaned in laravel docs. But not working.
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Yes my freind, this is very helpfull. I think it will be ok now. Gonna try this solution. Thanks you so much for your help.
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
I mean on windows
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Yes, but this means customer have to execute those command himself every time the computer restarted ?
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
For windows,i used Herd free version. It working. But don't know how to configure cron jobs.
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Ubuntu 20.04 PHP 8.2 Apache 2.4 Laravel 10 Filament 3.1 Preparing project for production Composer install --optimize-autoloader --no-dev And npm run build I'm my unswered your question ?
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Testing for linux First, i prepared the app for production. Second, copied the project in /var/www/html directory. Then tried to open the app using : http://localhost/project-name/public Login page appeared properly, but when i try to login, the error occured. That's what i've done.
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Where to change this?
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Tried first to deploy on linux in /www/html. Same issue occured as before on windows. "Not found The request URL was not found on this server." I suppose this will cause the same error using WSL on windows. Can you try to deploy in production a laravel or filament project and see if you will be facing to the same errors ?
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
🙃 seem to be easy. But do you have any guide for that? Or any tutorial ?
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Finaly, i retried this one. First uninstlled xampp like suggested @David | Fortune Validator . Installed DBNgin like @toeknee said. Unzipped my project in a directory and linked existing project in Herd. After deleted thé config file in bootstrap folder, every thing worked fine. Except filament PWA not working and public_path for image in domPDF. Thanks everyone for your precious help. Now, what if i want to configure cron jobs, is there a way? I precise i'm on windows environment and using Herd and DBNgin.
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
Trying this one, but after ddev config, it show me "successfully started name-of-project" and project Can be reached at: links But links not work.
47 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
I'm about to deploy app in production on customer local machine. That's why i'm using MySQL.
47 replies