CodeIgniter Expenses - pet project for beginners |
Github: https://github.com/neznaika0/codeigniter-expenses
Readme: https://github.com/neznaika0/codeigniter.../README.md I added an example developed on a framework. This is a small CRUD for the history of finance. Who is interested - ask questions. I tried to use more built-in functionality, but it's hard to cover everything on a tiny project. P.S. My englisch is bad, so you can help with translations.
Hi,
Thank you for your project ! 1) Please explain how did you create/generate file public/assets/main.js ? I suppose under /public/ are file generated(not mannually putted) ? 2) Please explain toast chain whem passing message.
1. The main.js and main.css files are always accessible from browser, unlike bootstrap (copied from /vendor/).
I did not complicate it - it is possible to move the frontend to a separate folder (for React, SCSS). Then it was possible to create a Publisher. How did you plan to generate these files? 2. See https://github.com/neznaika0/codeigniter...toasts.php PHP Code: // key "validation" for flashes Validation is shown first, then the others messages.
Does anyone have any questions or suggestions?
What would you like to consider as an example of basic practices? Not creating heavy functions
Having a website running the sample code could be useful. That was part of how I learned when developing my own CRUD variant, Since i developed it for my employer, I cannot yet share it though.
(06-24-2024, 11:19 AM)ozornick Wrote: Does anyone have any questions or suggestions? @ozornick thank you very useful for me as beginner.. but password: 123456 not working. Authorization failed. How to solve this? It was solved..
It is now possible to install via the composer:
Code: composer create-project neznaika0/codeigniter-expenses |
Welcome Guest, Not a member yet? Register Sign In |